home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 11
/
conman1.0
/
dropdemo
< prev
next >
Wrap
Text File
|
1994-01-27
|
289b
|
18 lines
; Script to demonstrate "dropbuf"
; Can you predict the outcome?
; First, we queue a few
queue echo line1
queue echo line2
; Try a drop
dropbuf
; Now for a push
push echo line3
push echo line4
; Finish up with a couple of queues
queue echo line5
queue echo "So did you guess right?"